home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / emacs-tools / optimizer-help.txt < prev    next >
Encoding:
Text File  |  1994-09-27  |  338 b   |  7 lines  |  [TEXT/ttxt]

  1. Optimizer switches
  2.       inline         Aggressively inline functions
  3.       constant       Hoist constant expressions to top-level
  4.       foldr          Perform foldr/build deforestation
  5.       lisp           Tell the Lisp compiler to work hard to produce best code
  6.       delays         Try to make delays out-of-line for more compact code
  7.